home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE03
/
INTERNAL
/
READ.ME
< prev
Wrap
Text File
|
1995-06-10
|
829b
|
28 lines
This describes the various files used by the Delphi DLL article by Dave
Jewell.
Files for creating the DLL
--------------------------
DATESEL.DPR ---- Project file for the DLL.
DATESEL.DLL ---- The compiled and linked DLL itself.
DATESEL.RES ---- This resource file was created by Delphi.
It contains the default application icon. It's
probably not needed, but who am I to argue ...?
DATEFORM.PAS ---- Source code to the form unit.
DATEFORM.DFM ---- Form file used by the form unit.
Pascal Files
------------
PASCAL.PAS ---- Source code to the dummy Pascal host
PASCAL.EXE ---- Compiled version of the dummy Pascal host
C Files
-------
C.C ---- Source code to the dummy C host
C.EXE ---- Compiled version of the dummy C host
DATESEL.LIB ---- Import library for linking to the DLL